home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / CLONECD / Setup.exe / $SMPROGRAMS / CloneCD / CloneCD.exe / 0 / RCDATA / TWRITERSETTINGSFORM / TWRITERSETTINGSFORM.txt
Encoding:
Text File  |  2003-05-08  |  2.9 KB  |  137 lines

  1. object WriterSettingsForm: TWriterSettingsForm
  2.   Left = 779
  3.   Top = 655
  4.   BorderStyle = bsDialog
  5.   Caption = 'Writer Settings'
  6.   ClientHeight = 303
  7.   ClientWidth = 403
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnHelp = FormHelp
  17.   OnMouseDown = FormMouseDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel2: TPanel
  22.     Left = 0
  23.     Top = 222
  24.     Width = 403
  25.     Height = 61
  26.     Align = alBottom
  27.     TabOrder = 0
  28.     object OkButton: TButton
  29.       Left = 192
  30.       Top = 17
  31.       Width = 89
  32.       Height = 25
  33.       ModalResult = 1
  34.       TabOrder = 0
  35.     end
  36.     object CancelButton: TButton
  37.       Left = 288
  38.       Top = 17
  39.       Width = 89
  40.       Height = 25
  41.       Cancel = True
  42.       ModalResult = 2
  43.       TabOrder = 1
  44.     end
  45.   end
  46.   object PageControl: TPageControl
  47.     Left = 0
  48.     Top = 0
  49.     Width = 403
  50.     Height = 222
  51.     ActivePage = WriteSheet
  52.     Align = alClient
  53.     HotTrack = True
  54.     TabIndex = 0
  55.     TabOrder = 1
  56.     object WriteSheet: TTabSheet
  57.       ImageIndex = 3
  58.       object WriteModeLabel: TLabel
  59.         Left = 40
  60.         Top = 23
  61.         Width = 137
  62.         Height = 17
  63.         Alignment = taRightJustify
  64.         AutoSize = False
  65.         Layout = tlBottom
  66.         OnMouseDown = FormMouseDown
  67.       end
  68.       object WriteModeBox: TComboBox
  69.         Left = 184
  70.         Top = 19
  71.         Width = 137
  72.         Height = 21
  73.         Hint = 'Select Write Mode'
  74.         Style = csDropDownList
  75.         ItemHeight = 13
  76.         ParentShowHint = False
  77.         PopupMenu = MainForm.PopupMenu1
  78.         ShowHint = False
  79.         TabOrder = 0
  80.       end
  81.       object BurnProofBox: TCheckBox
  82.         Left = 48
  83.         Top = 67
  84.         Width = 321
  85.         Height = 17
  86.         ParentShowHint = False
  87.         ShowHint = False
  88.         TabOrder = 1
  89.         OnMouseDown = FormMouseDown
  90.       end
  91.       object CalibratePowerBox: TCheckBox
  92.         Left = 48
  93.         Top = 91
  94.         Width = 321
  95.         Height = 17
  96.         ParentShowHint = False
  97.         ShowHint = False
  98.         TabOrder = 2
  99.         OnMouseDown = FormMouseDown
  100.       end
  101.       object AllowAWSBox: TCheckBox
  102.         Left = 48
  103.         Top = 115
  104.         Width = 321
  105.         Height = 17
  106.         ParentShowHint = False
  107.         ShowHint = False
  108.         TabOrder = 3
  109.         OnMouseDown = FormMouseDown
  110.       end
  111.       object DefaultButton: TButton
  112.         Left = 240
  113.         Top = 150
  114.         Width = 97
  115.         Height = 25
  116.         TabOrder = 4
  117.         OnClick = DefaultButtonClick
  118.       end
  119.     end
  120.   end
  121.   object StatusPanel: TPanel
  122.     Left = 0
  123.     Top = 283
  124.     Width = 403
  125.     Height = 20
  126.     Align = alBottom
  127.     Alignment = taLeftJustify
  128.     BevelInner = bvLowered
  129.     BevelOuter = bvNone
  130.     BorderWidth = 1
  131.     ParentShowHint = False
  132.     ShowHint = False
  133.     TabOrder = 2
  134.     OnMouseDown = FormMouseDown
  135.   end
  136. end
  137.